home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
metacity-common.postinst
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-10-30
|
371 b
|
12 lines
#!/bin/sh
set -e
# Automatically added by dh_installcatalogs
if [ "$1" = "configure" ]; then
rm -f /etc/sgml/metacity-common.cat
for ordcat in /usr/share/sgml/metacity-common/catalog; do
update-catalog --quiet --add /etc/sgml/metacity-common.cat ${ordcat}
done
update-catalog --quiet --add --super /etc/sgml/metacity-common.cat
fi
# End automatically added section